home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / 4_ball_pong.swf / scripts / DefineButton2_147 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-04-02  |  266 b   |  15 lines

  1. on(release){
  2.    if(_root.ky.selected)
  3.    {
  4.       _root.ctrl = "key";
  5.    }
  6.    if(_root.ms.selected)
  7.    {
  8.       _root.ctrl = "mouse";
  9.    }
  10.    _root.stt = 1;
  11.    _root.sp1 = _root.va / 5 + 5;
  12.    _root.lm = 50 - _root.va / 2 + 5;
  13.    _root.gotoAndStop(4);
  14. }
  15.